RegisterContentLanguage Property |
Gets or sets Content-Language header field. The Content-Language header field is used to indicate the language of
a request body. It contains a language tag, which identifies the language.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string ContentLanguage { get; set; }Public Property ContentLanguage As String
Get
Set
Property Value
Type:
String
See Also